MyFrameReorder
Reorders the frame. This is how you would define your frame reorder function if you were to name itMyFrameReorder
:
void MyFrameReorder ( JMFrameRef frame, enum ReorderRequest theRequest);
frame
- The frame to be reordered.
theRequest
- The desired reordering. See "Frame Ordering Indicators" for a list of possible values.
DISCUSSION
When creating a frame you must designate a callback function to reorder the frame if necessary (for example, to bring it to the front or send it to the back). Note that you should not reorder frames such that a modal frame appears on top of a nonmodal one.